home *** CD-ROM | disk | FTP | other *** search
/ Freelog 41 / Freelog041.iso / Bas / Systeme / Fabertoys / FaberToys_FullSetup.exe / {app} / Faber Toys.exe / 1040 / CUSTOM / CSS_STYLE
Text File  |  2002-07-02  |  1KB  |  36 lines

  1. body {
  2.     font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10pt;
  3.     background-color: white; color: black;
  4. }
  5.  
  6. a:link {text-decoration: none; background-color: white; color: blue;}
  7. a:visited {text-decoration:none; background-color: white; color: #5555CC;}
  8. a:hover {text-decoration: underline; background-color: white; color: red;}
  9.  
  10. a.filelink:link {text-decoration: none; background-color: white; color: #4477DD;}
  11. a.filelink:visited {text-decoration:none; background-color: white; color: #4477DD;}
  12. a.filelink:hover {text-decoration: none; background-color: #4477DD; color: white;}
  13.  
  14. td {
  15.     font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10pt;
  16.     background-color: white; color: black;
  17. }
  18.  
  19. td.cellheader {
  20.     background-color: #3366CC; color: white;
  21.     vertical-align: middle;
  22.     font-weight: bold;
  23.     font-size: 10pt;
  24. }
  25.  
  26. td.celldata {
  27.     background-color: white; color: black;
  28.     font-size: 9pt;
  29. }
  30.  
  31. span.title {
  32.     font-family: Verdana, Arial, Helvetica, Sans-Serif; font-size: 10pt; font-weight: bold;
  33.     background-color: white; color: #3366CC;
  34. }
  35.  
  36. hr.colored {color: #3366CC; border-color: #3366CC;}